home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 July / Chip_2003-07_cd1.bin / firmy / contactel / prezent / razdva.exe / scripts / DefineButton2_45 / BUTTONCONDACTION on(release).as next >
Text File  |  2003-04-30  |  148b  |  9 lines

  1. on(release){
  2.    Importedtext = text3;
  3.    scrollBar._y = _root.scrollbarY;
  4.    tellTarget("_root.mainmenu")
  5.    {
  6.       gotoAndPlay(3);
  7.    }
  8. }
  9.